home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / Servers & CGI / ServerStat Lite ƒ / ServerStat Manual / ServerStat Manual.rsrc / TEXT_135.txt < prev    next >
Encoding:
Text File  |  1995-07-24  |  5.1 KB  |  65 lines

  1. Chapter 6: Customizing Reports
  2.  
  3.  
  4. ServerStat and ServerStat Lite are identical in their reporting capabilities. There are two types of reports available in ServerStat.. The HTML reports can include any valid html tags. The Text reports are designed to contain only ASCII text suitable for display on a Gopher server, but can contain any characters available on your Macintosh like en-dashes or em-dashes. You can take your pick as to which report type ServerStat will create.
  5.  
  6. To customize a report, you can modify the HTML coding in the HTML Format window within ServerStat. The HTML and Text formats are saved with the settings file so you can have multiple report formats using multiple settings files. When you want to add a section of statistics you let ServerStat know by including a report format key word on a line by itself and enclosed in [ ]‚Äôs. The first character on a keyword line should be a left bracket ‚Äò[‚Äô character followed immediately by the keyword and a closing right bracket ‚Äò]‚Äô. The keywords are not case sensitive so [SUMMARY] has the same effect as [Summary] or [sUmMaRy].
  7.  
  8. ServerStat is intelligent enough to know what columns to include in your report. If you are not recording Bytes_Sent in your log, then a byte transmission amount is not displayed in your report. The same goes for Transfer_Time, Hour, Agent, and Method.
  9.  
  10. The keyword descriptions are listed below.
  11.  
  12. [SUMMARY]
  13.  
  14. Will print the files transmitted, unique sites, and average files for GopherSurfer logs.  For MacHTTP logs processed with the Log Type: MacHTTP, [SUMMARY] will display the files transmitted, bytes transmitted, unique sites, average files per day, and average bytes per day.  For WebStar, this keyword is intelligent enough to look and see what tokens you are scanning for.  If all are turned on, it will display everything that a MacHTTP log does as well as the total time the machine spent transferring data down to the 1/100th of a second.
  15.  
  16. The remaining keywords are broken down in to two categories.  Stats categories and frequency categories.  For GopherSurfer logs, each line in a stats category will display the identifying information followed by the number of files and the percentage of the files sent.  For MacHTTP logs, it will report the number of files sent, the percentage of the files sent, the number of bytes sent, and the percentage of the bytes sent. For WebStar, it again looks at the tokens to see what it can display.  A full display would result in the number of files sent, the percentage of the files sent, the number of bytes sent, the percentage of bytes sent, and the amount of time transmitting.  The Stats keywords are listed now:
  17.  
  18. [DAY]
  19.  
  20. Will print a line for each day within the reporting period you specify where transactions have taken place.
  21.  
  22.  
  23. [HOUR]
  24.  
  25. Will divide the day into the 24 hours and report a line for each hour of the day and its activity.  If the reporting period is more than one day, each line will represent the sum total for that hour over the reporting period.
  26.  
  27. [WEEKDAY]
  28.  
  29. Will list a report line for each day of the week.  If the reporting period is more than one week, these lines will represent the sum total for that day of the week over the
  30. reporting period.
  31.  
  32. [DOMAIN]
  33.  
  34. If IP addresses are resolved into Domain Names, or you have the servers doing lookups automatically while serving data, this section of a report will look at the DOMAIN commands that have been entered in the Configuration Window for the lines to report.  So, you can get a single line total for all of the ".edu" addresses that have connected to your server.
  35.  
  36. [SUBDOMAIN]
  37.  
  38. This section of the report will list each sites activity for your server.  For some servers this section of the report can become very long. If you use the SUBLEVELS command in ServerStat (commercial version only), you can tell ServerStat how many levels of a domain name to include in this section of a report.
  39.  
  40. [ARCHIVE]
  41.  
  42. This section of a report will list each file that has been accessed and detail its activity. You can use the FILTER command to limit the files that will display in this report section.
  43.  
  44. [USER]
  45.  
  46. The User token is entered mainly for authenticated systems. If you have an authenticated system, this report keyword will list each user and their activity.
  47.  
  48. [FROM]
  49.  
  50. Will typically contain the e-mail address of an authenticated user.  You can get a listing by this field as well.
  51.  
  52. The Frequency keywords are listed below.  Their function is just to report the number of accesses based on the unique items in the log.
  53.  
  54. [METHOD]
  55.  
  56. For those who are interested in the HTTP commands sent to their server, this section will identify each unique command sent to your server and how many times it was sent.
  57.  
  58.  
  59. [AGENT]
  60.  
  61. Many of the newer browsers identify themselves to the server. So, if you are interested in how many Netscape clients connect versus Mosaic, MacWeb, etc. this command will identify each unique client listed in the log and report the frequency of files they accessed.
  62.  
  63. [REFERER]
  64.  
  65. WebStar allows you to record where users came to your site from.  This section of the report is helpful in identifying what servers are pointing to yours.